home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 010 / monopl.arc / FASTPLS.DOC < prev    next >
Encoding:
Text File  |  1988-02-15  |  1011 b   |  30 lines

  1.  
  2.  FASTPLS
  3.  
  4.  This patch is only for those monochrome cards such as the Hercules, and
  5. IBM MDA, this also includes the Hercules Incolor which is a color card in
  6. disguise.
  7.  It could be made even faster if procomm was changed to write whole strings
  8. at a time instead of single characters but such as change is beyond the scope
  9. of outside patches (mainly since procomm is written in Small model C code
  10. with Phoenix Plink for overlays which makes the flow of code rather
  11. hard to follow). Basicly each time procomm writes a character to the screen
  12. it goes through a pile of assembly code that is, well to put it nicely, not
  13. very efficient.
  14.  Sooo..... with this patch you should see about a doubling of screen display,
  15. maybe more, maybe less, it certainly seems snapier.
  16.  
  17.  
  18.  
  19. This is a patch for Procomm Plus Testdrive, this patch will only work if
  20. your file has the same length, date, time as follows:
  21.  
  22.  
  23. PCPLUSTD EXE   184352   2-09-88   4:52p
  24.  
  25.  
  26. This patch also requires debug.com to run
  27.  
  28.  
  29.  
  30.